TypePastDamageRelation

@Serializable
data class TypePastDamageRelation(val generation: Handle.Named<Generation>, val damageRelations: TypeRelations)(source)

Details of how effective this type was toward others and vice versa in previous generations. See: https://pokeapi.co/docs/v2#typepastdamagerelation

Parameters

generation

The generation in which the damage relations applied.

damageRelations

The damage relations that applied in the referenced generation.

Constructors

Link copied to clipboard
constructor(generation: Handle.Named<Generation>, damageRelations: TypeRelations)

Properties

Link copied to clipboard
Link copied to clipboard